-
Notifications
You must be signed in to change notification settings - Fork 8
Add context menu to live watch and contribute to text editor context menu for adding expressions to Live Watch window #594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adding copy expression command to context menu Adding tests for copy expression Adding a new mock for clipboard
072442f to
72352b6
Compare
|
Diff Coverage: The code coverage on the diff in this pull request is 90.2%. Total Coverage: This PR will decrease coverage by 0.19%. File Coverage Changes
🛟 Help
|
jreineckearm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and works nicely!
Fixes
Changes
Show in Memory Inspectorcommand in the context menu of Live Watch windowP.S. the user would have to right click on a window item in order to view the context menu. If he/she/they right click on the empty window in the background, it will not open up the context menu. However, that is consistent with other windows in VSCode (watch window, variables window, etc.)
P.S. I updated the command title in the different context menus to
Add to Live Watchinstead ofAdd To Live Watchwithout updating the screenshotsScreenshots
Here is a screenshot of the commands available when clicking on the

...at the top right of the windowHere is a screenshot of the commands available if you right click in the window itself

Here is a screenshot of the command "Add to Live Watch" if you right click on any expression in VSCode text editor

The data type appears when hovering over an expression in the Live Watch window

Add to Live Watch appear in variables window

Add to Live Watch appear in watch window

Show a Live Watch expression in Memory Inspector

Checklist